@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;600;700;900&display=swap');

html,body{
	font-family:Heebo,arial, Helvetica, sans-serif;
	font-weight:300;
}

#header{
	height:139px;
	background-color:#2d2f32;
}

#logo{
	width:960px;
	height:139px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-size: 650px;
	background-position: -140px -285px;
}

#logo span{
	height: 100px;
	width: 410px;
	display: inline-block;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
}

#head{
    min-height:40px;
	line-height:40px;
	padding:0 15px;
}

#head a, #head a:link, #head a:visited{
	font-size:16px;
	color:#707070;
	padding:5px;
	text-decoration:underline;
	border:none;
}

#head a:hover, #head a:active, #head a:focus{
	text-decoration:none;
	border:none;
	color:#707070;
}

#user, #headlinks{
	margin:0px;
}

#headlinks{
	float:none;
}

#body{
	padding: 15px;
	min-height:700px;
	background-color:white;
}

a, a:link, a:visited{
	border:1px solid transparent;
	color:#d14210;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #d54614;
	text-decoration: underline;
	border:1px solid transparent;
}

p a, p a:link, p a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:dotted 2px #7f7f7f;
	font-weight:500;
}

p a:hover, p a:active, p a:focus{
	color:#d14210;
	border-bottom: solid 2px #d14210;
	text-decoration:none;
}

p a:focus{
	outline:dotted 2px #d54614;
}

h1{
	margin:20px 0;
	font-weight: 900;
    line-height: 48px;
	/*line-height: 132%;*/
	color: #000000e6;
	letter-spacing: 0;
    font-size: 37px;
	/*font-size: 2.75rem;*/
	margin-bottom: 1.25rem;
}

h2{
	margin:20px 0;
    font-weight: 700;
	/*font-weight: 900;*/
    line-height: 38px;
	/*line-height: 132%;*/
	color: #000000e6;
	letter-spacing: 0;
    font-size: 32px;
	/*font-size: 2.25rem;*/
	margin-bottom: 1.25rem;
}

h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#appnav{
        /*float:left; This is for appnav on left side*/
	background-color:white;
	border:none;
	margin-bottom:-4000px;
	color:black;
	padding:0px;
	font-size:16px;
	font-weight:400;
	width:200px;
}

#appnav .current{
	border:none;
	margin:0px;
	font-size:16px;
	color:#2d2f32;
	border-bottom: 1px solid #d0d0d0;
	padding: 12px 8px;
	font-weight:600;
	background-color:#f5f5f5;
}

#appnav h3{
	border:none;
	margin:0px;	
	color: #000;
	border-top: solid 7px #d14210;
	padding: 12px 8px;
	line-height: 1.5rem;
	font-weight: 400;
	display: block;
	font-size: 1.12rem;
	background-color: transparent;
	border-bottom: 1px solid #d0d0d0;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
	font-weight:100;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	font-size:16px;
	margin: 0;
	font-weight: 600;
	background: #fff;
	line-height: 1.12rem;
	color:#2d2f32;
	border-bottom: 1px solid #d0d0d0;
	padding: 12px 8px;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	color: #d14210;
}

#appnav a:focus{
	outline: dotted 2px #d54614;
	border:none;
	border-bottom: 1px solid #d0d0d0;
}

#appnav hr{
	visibility:hidden;
	margin:0;
}

/*This is for appnav on left side

#htmlForm .appform{
	margin-left:200px;
}

*/

.ftEditForm,.ftViewForm{
	border:none;
	width:700px !important;
}

.appform h2, .ftEditPageHeading{
	background-color:#d0d0d0;
	color:#2d2f32;
	width:inherit;
}

.ftEditSectionHeading{
	background-color:#f5f5f5;
	color:#2d2f32;
	width:inherit;
}

.ftEditColumnHeading{
	background-color:transparent;
	font-size:18px;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	/*padding: 5px;
	margin: 10px 0 10px 0;*/
	position: relative;
    background-color:transparent;
    border:none;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    background-color: #eee;
    color: black;
    border: none;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
	border: 1px solid #666;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    
}

.appform .btn .next, .appform .btn .review{
    
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   
}

.appform .btn .mid{
    width: 410px;
}

.appform .l{
	width: 197px;
}

a.leaflet-pelias-search-icon{
	height:20px;
	width:20px;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item-narrow{
	width:175px;
}

.appform textarea.ftFieldAddressFull {
    width: max-content;
    min-width: 500px;
    height: 20px;
}

input, textarea, select, .ftFieldText, input[type="text"].ftFieldText, .ftFieldTextarea, textarea.ftFieldTextarea{
	border:1px solid #57585b;
}

input:focus, textarea:focus, select:focus, .ftFieldText:focus, input[type="text"].ftFieldText:focus, .ftFieldTextarea:focus, textarea.ftFieldTextarea:focus{
	border:1px solid #d14210;
}

#footer{
	height:250px;
	background-color:#2d2f32;
	color:white;
}

#footer-content{
	width: 960px;
	margin:0 auto;
	padding:30px 0;
}

#footer h4{
	font-weight: 700;
	color: white;
	font-size: 17.5px;
	margin-bottom: 15px;
}

.footer-position{
	width: 40%;
	float: left;
	height: 85px;
	margin-top: 0px;
	font-size: 14px;
    padding-left: 15px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:0px;
}

.organisation{
	
}

#footer a, #footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:none;
	border:1px solid transparent;
	border-bottom:dashed 1px #fff;
	font-weight:500;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:#fff;
	text-decoration:none;
	border:1px solid transparent;
	border-bottom:solid 1px #fff;
}

#footer a:focus{
	border:1px dotted #0172a8
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}


/*SF my submissions things. don't touch*/


#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
  }
  
  #submissions .col-1 button:hover {
	color: #007bff;
	background-color: white;
  border: 1px solid;
  }
  
  #app-detail-modal button.btn-primary {
	  background: none;
	  border-color: #6c757d;
	  color: black;
  }
  
  #submissions a {
  }
  
  a#rc-responselink, a#rsc-responselink  {
	  text-decoration: underline;
	color: #007bff;
  
  }
  
  #submissions .app-title a{ 
	  text-decoration: underline;
  
  }